home *** CD-ROM | disk | FTP | other *** search
/ Wayzata's Best of Shareware PC/Windows 1 / Wayzata's Best of Shareware for PC-Windows - Release 1 - Wayzata Technology (1993).iso / mac / DOS / GRAPHICS / RAYSH386 / RAYVM.BAT < prev    next >
DOS Batch File  |  1992-04-30  |  501b  |  18 lines

  1. rem
  2. rem RAYVM  -  Run RAY using Virtual Memory
  3. rem
  4. rem Get DOS4GW to use Virtual mem.
  5. rem
  6. rem Setp DOS4GVM params. for your system:
  7. rem    MAXMEM - Max. RAM to use
  8. rem    SWAPNAME - Drive/file for disk mem.
  9. rem    VIRTUALSIZE - Max virt. mem to use.
  10. rem    - Decrease this value if you don't
  11. rem    have enough drive space!
  12. rem
  13. rem Note!  Only nine parameters passed to ray.exe!
  14. rem
  15. set DOS4GVM=MAXMEM#8096 SWAPNAME#D:\SWP.SWP VIRTUALSIZE#12000
  16. ray %1 %2 %3 %4 %5 %6 %7 %8 %9
  17. set DOS4GVM=
  18.